home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / itc / gcc / tm-sun3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-30  |  843 b   |  32 lines

  1. #include "tm-m68k.h"
  2.  
  3. /* See tm-m68k.h.  7 means 68020 with 68881.  */
  4.  
  5. #define TARGET_DEFAULT 7
  6.  
  7. /* Define __HAVE_FPU__ in preprocessor, unless -msoft-float is specified.
  8.    This will control the use of inline 68881 insns in certain macros.  */
  9.  
  10. #define CPP_SPEC "%{!msoft-float:-D__HAVE_FPU__}"
  11.  
  12. /* -m68000 requires special flags to the assembler.  */
  13.  
  14. #define ASM_SPEC "%{m68000:-m68010}%{!m68000:-m68020}"
  15.  
  16. /* Names to predefine in the preprocessor for this target machine.  */
  17.  
  18. #define CPP_PREDEFINES "-Dmc68000 -Dsprite -DSprite -Dunix"
  19.  
  20. /* Alignment of field after `int : 0' in a structure.  */
  21.  
  22. #undef EMPTY_FIELD_BOUNDARY
  23. #define EMPTY_FIELD_BOUNDARY 16
  24.  
  25. /* Every structure or union's size must be a multiple of 2 bytes.  */
  26.  
  27. #define STRUCTURE_SIZE_BOUNDARY 16
  28.  
  29. /* This is BSD, so it wants DBX format.  */
  30.  
  31. #define DBX_DEBUGGING_INFO
  32.